Skip to content

feat(transport/grpc): add a getter for grpcconnpool size - #3373

Closed
sushanb wants to merge 1 commit into
googleapis:mainfrom
sushanb:xp
Closed

feat(transport/grpc): add a getter for grpcconnpool size#3373
sushanb wants to merge 1 commit into
googleapis:mainfrom
sushanb:xp

Conversation

@sushanb

@sushanb sushanb commented Nov 13, 2025

Copy link
Copy Markdown

The Bigtable Go client library allows users to configure the underlying gRPC connection pool size using option.WithGRPCConnectionPool(size) when creating a new client. However, the Bigtable client code itself has no direct way to access the size value that the user provided. This is because the option is applied to an internal DialSettings struct within the google.golang.org/api dependencies, and the final pool size is not exposed.

We need to access this size to use the custom Bigtable Channel Pool.

@sushanb
sushanb requested a review from a team November 13, 2025 22:18
@sushanb

sushanb commented Nov 13, 2025

Copy link
Copy Markdown
Author

@nimf FYI if this is the right way to fix this.

@shollyman

Copy link
Copy Markdown
Contributor

Closing this as it was superseded by https://pkg.go.dev/google.golang.org/api/option/internaloption#UnsafeResolver

@shollyman shollyman closed this Apr 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants